.content{
	margin: 0 auto;
	width: 1200px;
	display: block;
}
.content{
	margin: 0 auto;
	width: 1200px;
}
.content_img {
	background: url(../images/banner.jpg) no-repeat;
	height: 304px;
	border-bottom: 2px #ffd21a solid;

}
.adress ul{ float:left;}
.adress ul li{ color: #575757; float: left;  font-size: 12px; padding-right: 5px;}
.adress ul .shicol { color:#d82525; }
.adress ul .house { background:url(../images/house.gif) no-repeat left center; padding-left: 20px;}
/* 个人资料 */
.user_left{
	float: left;
	width: 245px;
}
.left_1{
	border: 1px #dbdbdb solid; 
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px; 
    margin-top: 10px;
	padding-bottom:10px;
    width: 242px;
}
.left_1 h1{
	line-height: 40px;
	color: #000;
	padding-left: 15px;
	font-size: 14px;
	background: #f4f4f4;
	border-bottom:1px #dbdbdb solid;  
}
.left_1 img{ 
	margin: 10px 10px 10px 20px;
	padding: 3px;  
	float: left; 
	margin-right: 15px;
	border: 1px #dbdbdb solid; 
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px; 
}
.left_1 p{
	line-height: 25px;
	margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.left_1 p span{ color: #e60012;}
.left_1 p input{
	/* Firefox */
	border: 1px solid #dbdbdb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 3px;
    margin-left: 20px;
    color: #333;
    cursor: pointer;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #ebebeb));/* Saf4+, Chrome */
	/* IE*/
	/* Gecko browsers */
    /* Webkit browsers */
    }
.left_1 ul{ margin:10px 0; }
.left_1 ul li
{
    background: no-repeat left;
}
.left_1 ul li{ line-height:27px; color:#5a5a5a; padding-left:25px; margin-left: 20px; font-size:14px;}
.left_1 ul li.select
{
    color: #005eaf;
    background: no-repeat left;
}
.left_1 ul li.select a{color:#005eaf;}

.user_right{
	border: 1px #dbdbdb solid; 
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px; 
    margin-top: 10px;
    margin-left: 10px;
    width: 872px;
    float: left;
    padding: 20px 35px;
}
.user_right_1{
  border: 1px #dbdbdb solid; 
  -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px; 
    margin-top: 10px;
    margin-left: 10px;
    width: 942px;
    float: left;
}
.user_navli{
	border-bottom: 1px #dbdbdb solid;
	height: 30px;
}
.user_navli li{
	/* Firefox */
	border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    float: left;
    line-height: 30px;
    margin: 0 8px;
    text-align: center;
    padding: 0 10px;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #ebebeb));
/* Saf4+, Chrome */
	/* IE*/
	border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
}
.user_navli li a{ color: #000; font-weight: normal;}
.user_navli li a:hover{ color: red; font-weight: normal;}
.user_navli li:first-child{ margin-left: 0px;}
.user_navli .navli{
	background: #fff;
	font-weight: bold;
	position: relative;
	bottom: -1px;
	z-index: 10;
}
.user_navli .navli a{ font-weight: bold;}

.form p {
  margin: 15px 0;
  overflow: hidden;
}
.form label {
  float: left;
  padding: 4px 12px 0 0;
  text-align: right;
  width: 103px;
  color: #0060b0;
}
.form .tips {
  color: #666666;
  padding: 4px 0 0 5px;
}
.form p span {
  float: left;
  line-height: 22px;
}
.form .unit {
  margin-top: 4px;
  padding-right: 10px;
}
input, button, textarea, select {
  vertical-align: top;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.form .input_box input {
  background: url("../images/mb_input_bg.png") repeat-x ;
  border: 1px solid #C9C9C9;
  font: 12px/14px 宋体;
  height: 14px;
  padding: 3px 4px;
  width: 190px;
}
.s_line{ border:1px solid #d8d8d8; width:166px; height:3px; font-size:0; margin-top:10px}
.s_line b { display:block; background:#d8d8d8; width:100px; height:3px; font-size:0;}
.s_perc{ display:block; width:166px; text-align: center;}
.modify{ display:block; width:242px; height:25px;}
.modify input{ display:inline;}
.desc {
  background: url("../images/warning.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  color: #999999;
  display: inline-block;
  padding: 4px 4px 4px 20px;
  margin-left: 10px;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}
.form .txt_box {
  background: url("../images/mb_textarea_bg.png") no-repeat ;
  display: inline-block;
  height: 99px;
  padding: 5px;
  width: 409px;
}
.form .txt_box textarea {
  background: none repeat ;
  border: 0 none;
  height: 99px;
  line-height: 18px;
  overflow: auto;
  width: 100%;
}
.form .controlbar {
  padding-left: 115px;
}
.form{ padding: 20px 40px; }

.file-box{ position:relative;width:250px; float: left; left: 115px; display: block;}
.btn{ 
	background: url("../images/head.jpg") no-repeat;
	border: 1px solid #C9C9C9;
	font: 12px/14px 宋体;
	height: 31px;
	padding: 3px 4px;
	width: 112px;
	border: 0;
}
.file{ position:absolute; top:0; right:80px; height:24px; filter:alpha(opacity:0);opacity: 0;width:260px } 


.mb_titlea {
  background: url("../images/address.png") no-repeat  bottom left;
  color: #666666;
  height:40px;
  line-height: 40px;
  color: #5f5f5f;
  margin-bottom: 20px;
}
.bd { margin-left: 100px;}
.bdt { margin-left: 80px;}
.bdt table{
  margin-top: 20px;
  width: 720px;
  border-top:1px #dadada solid;
  border-left:1px #dadada solid;
}
.bdt table th{
  background: #e8f8ff;
  border-right:1px #dadada solid;
  border-bottom: 1px #dadada solid; 
  line-height: 30px;
  padding-left: 20px;
}
.bdt table td{
  border-right:1px #dadada solid;
  border-bottom: 1px #dadada solid; 
  padding-left: 20px;
  line-height: 30px;
}
.bdt .color_red{ color: #e60012;}
.bdt table th a{ float: right; margin-right: 20px;}

.btn_certifiy {
  background: url("../images/save.jpg") no-repeat ;
  border: medium none;
  color: #cc2a1e;
  cursor: pointer;
  display: inline-block;
  font: bold 14px/34px 宋体;
  height: 38px;
  letter-spacing: 0.2em;
  text-align: center;
  width: 123px;
  margin-right: 15px;
}

/*订单*/
.order_paid .order_title {
  margin: 10px 0;
}
.order_title {
  background: url("../images/order_title_bg.png") repeat-x ;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.order_title td.colm1 {
  padding: 0 10px;
  text-align: left;
  width: 385px;
}
.order_title td {
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
}
.order_title td.colm2 {
  width: 42px;
}
.order_title td.colm3 {
  width: 85px;
}
.order_title td.colm4 {
  width: 57px;
}
.order_title td.colm5 {
  padding-right: 10px;
  width: 87px;
}
.package {
  border: 1px solid #DBDBDB;
  color: #666666;
  margin: 10px 0;
}
.package_infor {
  background: none repeat scroll 0 0 #F1F1F1;
  border-bottom: 1px solid #DBDBDB;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}
.package_infor .org {
  padding: 0 0 0 5px;
}
.package_infor .org em {
  color: #CC0000;
}
.package_infor {
  line-height: 30px;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}
.package_infor .deliv {
  padding: 0 5px;
}
.package_infor .serv {
  color: #999999;
  padding-left: 15px;
  position: absolute;
  right: 210px;
  top: 0;
}
.package_infor .serv .icon_kf {
  left: 0;
  position: absolute;
  top: 10px;
}
.icon_kf {
  background: url("../images/icon_kf_bg.png") no-repeat ;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  width: 9px;
}
.package_infor .time {
  clear: both;
  color: #999999;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.order_list {
  padding: 0 10px;
}
.order_list table {
  width: 100%;
}
.order_list table td.colm1 {
  padding: 8px 10px 8px 0;
  text-align: left;
  width: 60%;
}
.order_list td a {
  color: #0086CC;
}
.order_list td.colm1 span {
  color: #666666;
  display: block;
  line-height: 20px;
}
.order_list td.colm1 em a {
  line-height: 20px;
}
.order_list td {
  background: url("../images/tb_s_line_bg.png") no-repeat scroll right bottom;
  padding: 10px 0;
  text-align: center;
}
.package_state {
  color: #666666;
  overflow: hidden;
  padding: 9px 10px 9px 0;
  text-align: right;
}
.package_state .infor {
  float: left;
  margin-top: 4px;
  padding-left: 10px;
  text-align: left;
  width: 250px;
}
.package_state span {
  padding-right: 10px;
}
.package_state span em {
  color: #CC0000;
  padding: 0 4px;
}
.package_state .order_state {
  float: left;
}
.icon_b_order_un_paid {
  background-position: 0 -25px;
}
.icon_b_order_paid, .icon_b_order_un_paid, .icon_b_order_cancel, .icon_b_order_reserve {
  background: url("../images/order_state_big_bg.png") no-repeat ;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  width: 23px;
}
.package_state a.btn_ss_red_controlbar, .package_state a.btn_s_red_controlbar {
  color: #FFFFFF;
  margin-left: 10px;
  text-decoration: none;
}
.package_state a {
  color: #0086CC;
  text-decoration: underline;
}
.btn_ss_red_controlbar {
  background: url("../images/btn_ss_red_controlbar_bg.png") no-repeat ;
  color: #FFFFFF;
  display: inline-block;
  font: 12px/22px 宋体;
  text-align: center;
  width: 58px;
}
.package_state a.btn_ss_gray_controlbar {
  color: #000000;
  text-decoration: none;
}
.btn_ss_gray_controlbar {
  background: url("../images/btn_ss_gray_controlbar_bg.png") no-repeat ;
  color: #333333;
  display: inline-block;
  font: 12px/22px 宋体;
  text-align: center;
  width: 58px;
}
.package_state .lookfor {
  float: right;
  margin-top: 4px;
}
.package_state a {
  color: #0086CC;
  text-decoration: underline;
}
.order_list img {
  border: 1px solid #DFDFDF;
  float: left;
  height: 75px;
  margin: 0 10px;
  max-width: 98px;
  padding: 3px;
  width: auto;
}
.icon_b_order_cancel {
  background-position: 0 -51px;
}

/*订单详情*/
.mb_box h5.hd {
  background: url("../images/mb_box_bg.png") repeat-x ;
  border-bottom: 1px solid #DBDBDB;
  color: #000000;
  font: bold 14px/39px 宋体;
  padding-left: 20px;
}
.mb_box .bd {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0px;
}
.order_detail {
  padding: 0 25px 15px;
}
.order_box .sub_hd {
  border-bottom: 2px solid #DBDBDB;
  font: bold 12px/30px 宋体;
  overflow: hidden;
  padding: 20px 0 0 14px;
}
.order_box .sub_hd .back {
  float: right;
  font-weight: normal;
}
.back {
  background: url("../images/back_bg.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #333333;
  padding-right: 20px;
}
.order_tips {
  background: #FFFBE4;
  border: 1px solid #EDE2A0;
  height: 62px;
  margin: 15px 0;
  padding: 0 120px;
}
.order_tips li{
  float: left;
  background: url("../images/order_tips_bg2.png") no-repeat scroll center bottom;
  text-align: center;
  height: 40px;
  font-size: 16px;
  margin:10px; 
}
.order_tips .order_red{ color: #e60012;background: url("../images/order_tips_bg1.png") no-repeat scroll center bottom;}
.order_tips .order_tips1{ 
  padding-top: 7px; 
  font-size: 12px; 
  width: 150px; 
  background: url("../images/order_tips_bg3.png") no-repeat scroll 35px 25px; 
}
.order_item {
  margin: 15px 0;
}
.order_detail .mb_title {
  font-weight: bold;
  position: relative;
}
.mb_title {
  background: url("../images/order_box_title_bg.png") no-repeat scroll 25px center #F1F1F1;
  border: 1px solid #EAEAEA;
  color: #666666;
  height: 23px;
  line-height: 23px;
  padding-left: 40px;
}
.order_detail .mb_title a {
  color: #0086CC;
  font-weight: normal;
  padding-right: 10px;
  position: absolute;
  right: 6px;
  top: 0;
}
.order_detail .mb_title .expand em {
  display: none;
}
.order_detail .mb_title .expand span {
  display: inline-block;
}
.order_detail .mb_title .expand b {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #F1F1F1 #F1F1F1 #0086CC;
  border-image: none;
  border-style: solid;
  border-width: 4px;
  top: 5px;
}
.delivery_detail {
  border-left: 1px solid #EAEAEA;
  color: #666666;
  width: 100%;
}
.delivery_detail td.colm1 {
  padding-left: 25px;
  width: 90px;
}
.delivery_detail td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EAEAEA;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px 0;
  line-height: 36px;
}
.delivery_detail td.colm2 {
  width: 240px;
}
.delivery_detail td .msg {
  line-height: 18px;
  padding: 0 10px;
}
.delivery_detail td.colm3 {
  padding-left: 15px;
  width: 75px;
}
.delivery_detail td .msg {
  line-height: 18px;
  padding: 0 10px;
}
.order_detail .mb_title span {
  display: none;
}
.order_detail .mb_title b {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #0086CC #F1F1F1 #F1F1F1;
  border-image: none;
  border-right: 4px solid #F1F1F1;
  border-style: solid;
  border-width: 4px;
  display: inline-block;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 9px;
  width: 0;
}
.order_detail .package_state {
  padding: 0;
  text-align: left;
}
.package_state {
  color: #666666;
  overflow: hidden;
  padding: 9px 10px 9px 0;
  text-align: right;
}
.order_price {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #DBDBDB #DBDBDB;
  border-image: none;
  border-right: 1px solid #DBDBDB;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  color: #666666;
  line-height: 22px;
  padding: 15px 15px 15px 0;
  text-align: right;
}
.order_price strong {
  font: bolder 12px/22px arial;
  padding: 0 5px 0 3px;
}
.order_price em {
  color: #CC0000;
  font: bold 14px/22px arial;
  padding-right: 10px;
}
.order_detail .order_state {
  color: #666666;
  float: none;
  padding-right: 60px;
  padding-top: 15px;
  position: relative;
}
.order_detail .order_state p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: right;
}
.icon_b_order_cancel {
  background-position: 0 -51px;
}

.package_state .back {
  float: right;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.package_state a {
  color: #0086CC;
  text-decoration: underline;
}
.order_detail .package {
  border: 0 none;
}
.order_detail .order_list {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DBDBDB #DBDBDB -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
}
/* 站内信 */
.mb_message {
  padding: 20px 24px 100px;
}
.mb_message table {
  color: #666666;
  width: 100%;
}
.mb_message table thead {
  border: 1px solid #EAEAEA;
}
.mb_message table {
  color: #666666;
}
.mb_message th.colm1 {
  width: 75px;
}
.mb_message th {
  background: none repeat scroll 0 0 #F0F0F0;
  font: bold 12px 宋体;
  height: 27px;
  text-align: center;
}
caption, th {
  text-align: left;
}
.mb_message .checkbox {
  margin: 0 15px 0 10px;
  vertical-align: middle;
}
.mb_message th.colm1 em {
  font-weight: bold;
}
.mb_message th.colm2 {
  padding-left: 50px;
  text-align: left;
  width: 250px;
}

.mb_message th.colm3 {
  width: 110px;
}
.mb_message th.colm4 {
  width: 140px;
}
.mb_message th {
  background: none repeat scroll 0 0 #F0F0F0;
  font: bold 12px 宋体;
  height: 27px;
  text-align: center;
}
.mb_message td {
  background: url("../images/gray_s_line.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
  line-height: 18px;
  padding: 14px 0;
  text-align: center;
}
.mb_message td .checkbox {
  margin: 0 15px 0 2px;
}
.icon_msg_unread, .icon_msg_read {
  background: url("../images/icon_msg_bg.png") no-repeat ;
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 15px;
}
.mb_message td .title {
  padding-left: 15px;
  text-align: left;
  width: 275px;
}
.mb_message td em {
  color: #999999;
}
.mb_message td .delete {
  color: #0086CC;
}
.mb_message .controlbar {
  padding: 1px 0;
  position: relative;
}
.mb_message .controlbar .btn_mb_red_control {
  left: 10px;
  position: absolute;
  top: 16px;
}
.btn_mb_red_control {
  background: url("../images/btn_mb_red_control_bg.png") no-repeat ;
  color: #FFFFFF;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 108px;
}
/*站内信*/
.mb_message_detail {
  padding: 0 35px 100px;
}
.mb_message_detail .title {
  border-bottom: 1px solid #CCCCCC;
  color: #999999;
  line-height: 24px;
  padding: 15px 0 5px;
}
.mb_message_detail .title h6, .mb_message_detail .title strong {
  color: #666666;
  font-weight: bold;
}
.mb_message_detail .content1 {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 10px 15px;
}
.mb_message_detail .controlbar {
  padding: 20px 0 0;
  text-align: center;
}
.btn_mb_red_control {
  background: url("../images/btn_mb_red_control_bg.png") no-repeat ;
  color: #FFFFFF;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 108px;
}
.btn_mb_red_control:hover{ color: #fff;}

/* 我的提问 */
.mb_question {
  padding: 20px;
}
.mb_question table {
  border: 1px solid #E6E6E6;
  width: 100%;
}
.mb_question th.colm1 {
  padding-left: 20px;
  width: 235px;
}
.mb_question th.colm2 {
  padding-left: 30px;
  width: 320px;
}
.mb_question th {
  background: none repeat scroll 0 0 #F1F1F1;
  border-bottom: 1px solid #E6E6E6;
  color: #000000;
  height: 30px;
}
.mb_question th.colm3 {
  width: 100px;
}
.mb_question td {
  background: url("../images/gray_s_v_line.png") repeat-y scroll right 0 rgba(0, 0, 0, 0);
  color: #666666;
  vertical-align: top;
}
.mb_question .pp_detail {
  width: 255px;
}
.mb_question .img {
  background: none repeat scroll 0 0 #FCFCFC;
  border: 1px solid #E2E2E2;
  display: inline;
  float: left;
  height: 68px;
  margin: 15px 0 0 13px;
  overflow: hidden;
  padding: 2px;
  text-align: center;
  width: 100px;
}
.mb_question .tips, .mb_question .date {
  line-height: 20px;
  overflow: hidden;
  padding: 18px 10px 0 5px;
}
.mb_question .tips a {
  color: #0086CC;
}
.mb_question td .detail, .mb_question td .detail1 {
  line-height: 20px;
  padding: 18px 0 10px 8px;
}
.mb_question .icon_u_question, .mb_question .icon_u_answer {
  float: left;
  margin-top: 3px;
}
.icon_u_question {
  background: none repeat scroll 0 0 #666666;
  color: #FFFFFF;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  text-align: center;
  width: 14px;
}
.mb_question td .detail em {
  display: block;
  margin-left: 23px;
}
.mb_question td.nobg {
  background: none repeat ;
}
.mb_question .date {
  text-align: center;
}
.mb_question .my_answer td {
  background: url("..images/tb_s_line_bg.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  color: #E77C7C;
}
.mb_question .my_answer td .detail, .mb_question .my_answer td .date, .mb_question .my_answer td .detail1 {
  padding-top: 0;
}
.mb_question .my_answer td .detail1 b {
  display: none;
}
.mb_question .icon_u_question, .mb_question .icon_u_answer {
  float: left;
  margin-top: 3px;
}
.icon_u_answer {
  background: url("../images/icon.png") no-repeat scroll -284px 0 rgba(0, 0, 0, 0);
  display: inline-block;
  font-size: 0;
  height: 16px;
  width: 16px;
}
.mb_question .my_answer td .detail1 em {
  color: #999999;
  padding-left: 24px;
}
.mb_question .my_answer td.nobg {
  background: url("../images/tb_s_line_bg.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
.validator .warning, .validator .error, .validator span.feedbackPanelERROR {
  background: url("../images/warning.png") no-repeat scroll 4px -102px #FFF4F4;
  color: #CC0000;
  display: inline-block;
  padding: 4px 4px 4px 20px;
}
.validator .yes, .validator span.feedbackPanelINFO {
  background: url("../images/warning.png") no-repeat scroll 4px 5px #F0F5E1;
  color: #151D00;
  display: inline-block;
  padding: 4px 4px 4px 20px;
  vertical-align: middle;
}